home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / mui / mui_developer / c / manx / include / pragmas / muimaster_lib.h
C/C++ Source or Header  |  1997-03-10  |  855b  |  30 lines

  1. #ifndef    PRAGMAS_MUIMASTER_LIB_H
  2.  
  3. #define    PRAGMAS_MUIMASTER_LIB_H
  4.  
  5. /*
  6. **    $Filename: pragmas/muimaster_lib.h $
  7. **    $Release: 1.0 $
  8. **    $Revision: 1.00 $
  9. **    $Date: 12.08.93 $
  10. **
  11. **    pragmadefinitions for muimaster.library MANX Aztec C V 5.2
  12. **
  13. **    (C) Copyright 1993; Oliver Graf - T.O.M. Software Wuppertal
  14. **        this may be freely distributed
  15. */
  16.  
  17. #ifndef    CLIB_MUIMASTER_PROTOS_H
  18. #include <clib/muimaster_protos.h>
  19. #endif
  20.  
  21. #pragma amicall(MUIMasterBase, 0x1e, MUI_NewObjectA(a0,a1))
  22. #pragma amicall(MUIMasterBase, 0x24, MUI_DisposeObject(a0))
  23. #pragma amicall(MUIMasterBase, 0x2a, MUI_RequestA(d0,d1,d2,a0,a1,a2,a3))
  24. #pragma amicall(MUIMasterBase, 0x30, MUI_AllocAslRequest(d0,a0))
  25. #pragma amicall(MUIMasterBase, 0x36, MUI_AslRequest(a0,a1))
  26. #pragma amicall(MUIMasterBase, 0x3c, MUI_FreeAslRequest(a0))
  27. #pragma amicall(MUIMasterBase, 0x42, MUI_Error())
  28.  
  29. #endif
  30.